[Back]

Rhapsody Developer Release Copyright 1998 by Apple Computer, Inc. All Rights Reserved.

Rhapsody Developer Release Notes:
Installation

These notes are for the Rhaspody installation process, including the installation tools that are used to boot the system from a CD, install a base system, and install packages and updates to the system.

 

Notes Specific to Rhapsody Developer Release

New Features

 

Installing "Fat" Developer Libraries

After installing the system, insert the installation CD. As root enter the following in a Terminal shell:

cd CD name/NextCD/Packages
installer.sh --verbose DeveloperLibs.pkg

The script prints out a few lines stating the status of the installation. Upon completion of the installer script, press Command-Power to get the Restart panel. Then enter "r" to reboot the system.

The reboot is necessary because the System.framework shared library changed and the system's dynamic linker has invalid offsets to the old System.framework.

 

Setting up a Zynx Card

The driver for the Zynx single- or multi-port Ethernet card is included in the Developer Release 2 (DR2). It is not enabled however. To enable the drive, you must edit the /etc/startup/0300_Devices file. Add the line "driverLoader D=SwitchEthernets" after the "driverLoader D=Floppy" line. Save the file and reboot, this should automatically launch the driver if the card is present during booting.

 

Using the Serial Ports

To use the serial drivers with DR2 you must first enable them. First obtain the lastest release of the drivers, if necessary from Apple's Rhapsody Developer Release web site (http://devworld.apple.com/rhapsody/). After downloading it to your Rhapsody machine as root, untar it and place it in the /private/Drivers/ppc directory. To untar it, give a command in a Terminal shell similar to the following:

gnutar -xzvf ./drvPPCSerialPort.tar.gz /private/Drivers/ppc/ .

After loading the new driver, you must edit the /etc/startup/0300_Devices file to enable the driver. Add the line "driverLoader D=PPCSerialPort" before the "driverLoader D=PortServer" line. Save the file and reboot. The driver should automatically launch at boot time.

 

Known Problems